home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / PowerMac / Commodore 64 v0.4 PPC.sit / Commodore 64 v0.4 / SOURCE / HardDrive.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-30  |  107 b   |  8 lines  |  [TEXT/KAHL]

  1. #ifndef HARDDRIVE_H
  2. #define HARDDRIVE_H
  3.  
  4. int HardInitialize(void);
  5. void HardChangeDirectory(void);
  6.  
  7. #endif
  8.